jas.plugin
Interface IPluginInfo


public interface IPluginInfo

Plugins should implement this interface so they can be automatically updated using the plugin manager


Method Summary
 java.lang.String getName()
           
 java.lang.String getVersion()
           
 

Method Detail

getName

public java.lang.String getName()
Returns:
The name of the plugin

getVersion

public java.lang.String getVersion()
Returns:
The version number in the form n.n.n (e.g. 1.0.2)